home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / inc / lcaller.hpp < prev    next >
C/C++ Source or Header  |  1997-05-20  |  332b  |  12 lines

  1. #ifndef __LCALLER_HPP_
  2. #define __LCALLER_HPP_
  3. #include "objects.hpp"
  4. #include "chars.hpp"
  5. #include "game.hpp"
  6.  
  7. extern voi lcaller_init
  8. extern long lcaller(long number, void *arg);   // exten c function switches on
  9.                                                // number and is given lisp object arg as parameter
  10.  
  11. #endif
  12.